GrapeCity.CalcEngine.Functions Namespace > CalcLogInvFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 items: probability, mean, standard_dev.
Probability is a probability associated with the lognormal distribution.
Mean is the mean of ln(x).
Standard_dev is the standard deviation of ln(x).
'Usage Dim instance As CalcLogInvFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 items: probability, mean, standard_dev.
Probability is a probability associated with the lognormal distribution.
Mean is the mean of ln(x).
Standard_dev is the standard deviation of ln(x).
Target Platforms: Windows Server 2012, Windows RT